.. _GameState: ========================== Game state ========================== .. toctree:: :maxdepth: 2 :hidden: :glob: EEex* +-----------------------------------------------+----------------------------------------------------+ | **Function** | **Description** | +-----------------------------------------------+----------------------------------------------------+ | :ref:`EEex_FetchVariable` | Returns a game variable value | +-----------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetFPS` | Returns the frames per second of the game | +-----------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetGameTick` | Returns the game tick value | +-----------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetGlobal` | Returns a game GLOBAL variable value | +-----------------------------------------------+----------------------------------------------------+ | :ref:`EEex_SetGlobal` | Sets the value of a game GLOBAL variable | +-----------------------------------------------+----------------------------------------------------+ | :ref:`EEex_SetVariable` | Sets the value of a game variable | +-----------------------------------------------+----------------------------------------------------+